Back to main index

2.1.12   Get the actual state of the application

The .in file

Attributes in [Head] section:

Type: 12
Allowed Mode: 0 (try once), 1 (try until success), 2 (loop)
Allowed Blocking: 0 (non blocking), 1 (blocking)

Attributes in [ApplicationState] section: No attributes needed

Example .in file: This request gets the actual state of the application, i.e. which dialog is displayed
[Head]
Type=12
Mode=0
Blocking=0

The .out file

Attributes in [ApplicationState] section:

Sample .out file: Resulting .out file from the above .in file example
[Head]
Type=1
TypeDesc=get GPS info
Mode=2
ModeDesc=loop
Blocking=0
BlockingDesc=not blocking
Timestamp=278149921
Id=278144843
Result=1
ResultDesc=success and request kept
ExecuteDuration=64

[GPS]
GPSResult=1
GPSResultDesc=signal ok
PositionGeodecimal=+8.395077,+49.005511
PositionMercator=933490,6268773
Latitude=49005511
Longitude=8395077
Course=114
Speed=58
Satellites=6


Back to main index Top of page